From b186d2f5ae2ad958b50d85936214cbc9afb58f07 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 2 Aug 2015 19:15:57 -0400 Subject: [PATCH] Fixed a typo in a comment. --- src/cargo/core/registry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/core/registry.rs b/src/cargo/core/registry.rs index c9a65f62d..273bb5ed5 100644 --- a/src/cargo/core/registry.rs +++ b/src/cargo/core/registry.rs @@ -210,7 +210,7 @@ impl<'cfg> PackageRegistry<'cfg> { } // This function is used to transform a summary to another locked summary if - // possible. This is where the the concept of a lockfile comes into play. + // possible. This is where the concept of a lockfile comes into play. // // If a summary points at a package id which was previously locked, then we // override the summary's id itself as well as all dependencies to be -- 2.30.2